home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HInfo.EN / RCDATA / TDLGPROXY / TDLGPROXY.txt
Encoding:
Text File  |  2002-05-12  |  2.6 KB  |  125 lines

  1. object DlgProxy: TDlgProxy
  2.   Left = 378
  3.   Top = 231
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setting Proxy'
  7.   ClientHeight = 158
  8.   ClientWidth = 307
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = DlgClose
  18.   OnCreate = DlgCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ExPanel: TExPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 307
  25.     Height = 158
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     JStyleTexture = txTile
  30.     JTransparent = False
  31.     object BitBtnCancel: TBitBtn
  32.       Left = 212
  33.       Top = 40
  34.       Width = 85
  35.       Height = 25
  36.       Cursor = crHandPoint
  37.       Cancel = True
  38.       Caption = '&Cancel'
  39.       ModalResult = 2
  40.       ParentShowHint = False
  41.       ShowHint = True
  42.       TabOrder = 2
  43.       OnClick = BitBtnCancelClick
  44.     end
  45.     object Panel: TPanel
  46.       Left = 8
  47.       Top = 8
  48.       Width = 193
  49.       Height = 141
  50.       BevelInner = bvLowered
  51.       ParentShowHint = False
  52.       ShowHint = True
  53.       TabOrder = 0
  54.       object Label1: TLabel
  55.         Left = 16
  56.         Top = 8
  57.         Width = 29
  58.         Height = 13
  59.         Caption = 'Proxy:'
  60.       end
  61.       object Label2: TLabel
  62.         Left = 16
  63.         Top = 48
  64.         Width = 25
  65.         Height = 13
  66.         Caption = 'User:'
  67.       end
  68.       object Label3: TLabel
  69.         Left = 16
  70.         Top = 88
  71.         Width = 49
  72.         Height = 13
  73.         Caption = 'Password:'
  74.       end
  75.       object EditProxy: TEdit
  76.         Left = 16
  77.         Top = 24
  78.         Width = 161
  79.         Height = 21
  80.         TabOrder = 0
  81.       end
  82.       object EditUser: TEdit
  83.         Left = 16
  84.         Top = 64
  85.         Width = 161
  86.         Height = 21
  87.         Font.Charset = DEFAULT_CHARSET
  88.         Font.Color = clBlue
  89.         Font.Height = -11
  90.         Font.Name = 'MS Sans Serif'
  91.         Font.Style = []
  92.         ParentFont = False
  93.         TabOrder = 1
  94.       end
  95.       object EditPasswd: TEdit
  96.         Left = 16
  97.         Top = 104
  98.         Width = 161
  99.         Height = 21
  100.         Font.Charset = DEFAULT_CHARSET
  101.         Font.Color = clBlue
  102.         Font.Height = -11
  103.         Font.Name = 'MS Sans Serif'
  104.         Font.Style = []
  105.         ParentFont = False
  106.         PasswordChar = '#'
  107.         TabOrder = 2
  108.       end
  109.     end
  110.     object BitBtnSet: TBitBtn
  111.       Left = 212
  112.       Top = 8
  113.       Width = 85
  114.       Height = 25
  115.       Cursor = crHandPoint
  116.       Caption = '&Set'
  117.       ModalResult = 1
  118.       ParentShowHint = False
  119.       ShowHint = True
  120.       TabOrder = 1
  121.       OnClick = BitBtnSetClick
  122.     end
  123.   end
  124. end
  125.